@import url(./nav.css);
@import url(./footer.css);


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}

.nsspageimg{
    height: 250px;
    width: 100%;
    /* border: 1px solid red; */
    display:flex;
    align-items: center;
    justify-content: center;
}

#nssregis{
    margin: 0 auto;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav-btn{
    height: 40px;
    width: 200px;
    background-color: #fdc800;
    border: 2px solid #fdc800;
    color: #002147;
    font-weight: bolder;
    border-radius: 15px;
    transition: all 0.3s;
    cursor: pointer;
}

.nav-btn a{
    text-decoration: none;
    color: #002147;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 200px;
    border-radius: 15px;
}

.nav-btn:hover {
    transform: translateY(10px);
    background-color: transparent;
    box-shadow: 0px -5px 1px #333;
}

.nssmcontainer{
    width: 100%;
    padding-top:70px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.slide5{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#toggleBtn5:hover{
    cursor: pointer;
}



#toggleBtn5{
    width:1200px;
    height: max-content;
    font-size: 25px;
    color: #002147;
    font-weight: bold;
    border: none;
    background-color: #fdc800;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    padding:15px;

}

#icon5{
    transition: all 0.5s;
}



#panel5{
    display: none;
    width: 1200px;
    height:max-content;
    padding: 10px;
}

.rotate{
    transform: rotate(136deg);
}

.p5para{
    font-size:18px;
    
}

#panel5 p{
    color: #444444;
    font-family: sans-serif;
    text-align:left;
    padding: 10px;
}

#tbl2{
    margin-top: 10px;
}

#tbl2 h2{
    color: #000000;
    padding-left: 10px;
}

.imagetd{
    text-align: center;
}
.namestyle{
    font-weight: bold;
    font-size: large;
}
/* AIMS AND OBJECTIVE */

.slide6{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top:3px;
}

#toggleBtn6{
    width:1200px;
    height: max-content;
    font-size: 25px;
    color: #002147;
    font-weight: bold;
    border: none;
    background-color: #fdc800;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    padding:15px;

}

#icon6{
    transition: all 0.5s;
}



#panel6{
    display: none;
    width: 1200px;
    height:max-content;
    padding: 10px;
}

#panel6 ul{
    list-style: none;
    padding: 10px;
    font-family: sans-serif;
    color: #444444;
    font-size:18px;
}

#panel6 ol{
    padding-left: 35px;
    font-family: sans-serif;
    color: #444444;
    font-size: 17px;
}

#panel6 li{
    padding: 3px;
}

/* TYPE of NSS */

.typeconta{
    /* border: 1px solid red; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:50px;
    margin-top:30px;
    margin-bottom:30px;
}

.typerow1{
    /* border: 1px solid red; */
    width:640px;
    height: max-content;
}

.typerow1 h1{
    padding: 6px;
    font-family: sans-serif;
}

.typerow1 p{
    padding: 10px;
    color: #444444;
    font-family: sans-serif;
    font-size: 17px;
}


.typerow2{
    width:500px;
    height: max-content;
    /* border: 1px solid red; */
}

.typerow2 li{
    list-style: none;
    font-family: sans-serif;
    color: #000000;
    padding: 5px;
    font-size: 17px;
    font-weight: 600;

}


/* NSS Gallery */

.slide7{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top:3px;
    gap: 50px;
}

#toggleBtn7{
    width:1200px;
    height: max-content;
    font-size: 25px;
    color: #002147;
    font-weight: bold;
    border: none;
    background-color: #fdc800;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    padding:15px;

}

.slide8{
    height: max-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content:center;

        
}

.nssimgdiv{
    height: max-content;
    padding:10px;
    width:600px;
    height: 340px;
}

@media (max-width:1000px){
    .nssimgdiv{
        display: flex;
        flex-wrap: wrap;
        width:100%;
        object-fit: cover;
    }

    .nssimgdiv a img{
        width: 100%;
    }
}




















